home *** CD-ROM | disk | FTP | other *** search
- -- background: 2597 from stack: in
- -- bmap block id: 6455
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=401 top=297 right=313 bottom=497
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- go first card
- end mouseup
-
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=400 top=314 right=330 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=404 top=176 right=231 bottom=491
- -- title width / last selected line: 0
- -- icon id / first selected line: 23845 / 23845
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Start Animation
- ----- HyperTalk script -----
- on mouseUp
- global flip
- if flip is 0 then
- put 1 into flip
- set name of me to "Stop Animation"
- visual effect plain very slow
- show cards
- click at the clickloc
- else
- put 0 into flip
- set name of me to "Start Animation"
- end if
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=404 top=236 right=291 bottom=492
- -- title width / last selected line: 0
- -- icon id / first selected line: 30905 / 30905
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Single Frame
- ----- HyperTalk script -----
- on mouseUp
- go next card
- end mouseUp
-
-